ASP.NET Core MVC コントロールヘルプ
QuickAutoSize プロパティ (FlexGridBase<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > FlexGridBase<T> クラス : QuickAutoSize プロパティ
Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns.
シンタックス
'宣言
 
Public Overridable Property QuickAutoSize As System.Nullable(Of Boolean)
public virtual System.Nullable<bool> QuickAutoSize {get; set;}
解説
Setting this property to false disables quick auto-sizing. Setting it to true enables the feature, subject to the value of each column's QuickAutoSize property. Setting it to null (the default value) enables the feature for grids that don't have a custom itemFormatter or handlers attached to the formatItem event.
参照

FlexGridBase<T> クラス
FlexGridBase<T> メンバ